projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a2647
)
(Info-extract-menu-node-name): Another fix for
author
Kim F. Storm
<storm@cua.dk>
Tue, 28 Jan 2003 12:08:36 +0000
(12:08 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 28 Jan 2003 12:08:36 +0000
(12:08 +0000)
2003-01-24 change. Also stop search if : is followed by TAB.
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index c404bd51651c98ff8e9f21f63b751deb0f42b78e..cf3b8e2ab78fbc4b62b41e46575486842e76d6e4 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-1486,7
+1486,7
@@
FOOTNOTENAME may be an abbreviation of the reference name."
(skip-chars-forward " \t\n")
(let ((beg (point))
str i)
- (while (not (looking-at ":*[,.;) \n]"))
+ (while (not (looking-at ":*[,.;) \
t\
n]"))
(skip-chars-forward "^:")
(forward-char 1))
(setq str